From 0f8823b4a4ebcded4cd1553526bbac38f5096e6b Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 21 Jun 2011 18:51:40 -0400 Subject: [PATCH] Fix dependencies between directories This ensures that libgtk gets relinked when I touch sources in gtk/a11y. --- gtk/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gtk/Makefile.am b/gtk/Makefile.am index 7c80c2f49c..e532bda405 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -111,7 +111,9 @@ libadd = \ $(top_builddir)/gdk/libgdk-3.la \ $(top_builddir)/gtk/a11y/libgail.la \ $(GTK_DEP_LIBS) -deps = +deps = \ + $(top_builddir)/gdk/libgdk-3.la \ + $(top_builddir)/gtk/a11y/libgail.la # libtool stuff: set version and export symbols for resolving # since automake doesn't support conditionalized libsomething_la_LDFLAGS -- 2.30.2